home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilsys / recorder.rdm < prev    next >
Text File  |  1996-05-20  |  2KB  |  36 lines

  1. Short:    Records and plays input events - V1.3
  2. Author:   grimm@physnet.uni-hamburg.de (Oliver Grimm)
  3. Uploader: grimm@physnet.uni-hamburg.de (Oliver Grimm)
  4. Version:  1.3
  5. Type:     util/cli
  6.  
  7. Recorder can record and play back key, mousemove and mousebutton
  8. input events.
  9. It can be used to automate inputs when it's not possible to write a
  10. script or something alike.
  11.  
  12. Changes since version 1.2 include:
  13.  
  14.     - Keyboard and mouse are now locked in playback.
  15.     - Recorder sometimes or always crashed when stopped in playback mode.
  16.       Fixed that.
  17.     - Recorder is now checking if it has already been started.
  18.     - The start/stop sequence is now filtered out to prevent interference
  19.       with other programs that do not ignore this sequence.
  20.     - Changed the whole command line parsing (now uses the function
  21.       ReadArgs() of dos library).
  22.     - Added the opportunity to change the priority of the input handler
  23.       with the 'Pri' option.
  24.     - Changed the way the timing is done. This results in slightly shorter
  25.       event files (One event now uses 22 instead of 26 Bytes.), which also
  26.       makes older event files incompatible. Also, the 'Quick' option will
  27.       play quicker now.
  28.     - Added 'NoWait' option, so that recording/playing might start
  29.       immediately.
  30.     - Added the possibility to check if recording has already been started.
  31.     - Added 'Terse' recording mode.
  32.     - If RETURN is pressed in play back mode, Recorder will now play the
  33.       next event immediately.
  34.     - Recorder always missed one event when the internal buffers where
  35.       changed. Fixed that.
  36.